home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990725-20000114 / 000298_news@columbia.edu _Thu Nov 25 12:03:06 1999.msg < prev    next >
Internet Message Format  |  2000-01-13  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA00329
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 25 Nov 1999 12:03:06 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA24362
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 25 Nov 1999 11:40:20 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: BBS and Kermit
  11. Date: 25 Nov 1999 16:40:20 GMT
  12. Organization: Columbia University
  13. Message-ID: <81jopk$np8$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <vI5%3.1$f5.662@news1.wwck1.ri.home.com>,
  17. Bob Bernstein  <bobbern@delphi.com> wrote:
  18. : My local bbs, a Wildcat board, now has a telnet node, so I have been
  19. : trying to access it and grab qwk packets with Kermit. With K95, and
  20. : using the board's zmodem protocol, the packets come through nicely.
  21. : If I set the board to use its kermit protocol, then the packets come
  22. : through mangled and can't be unzipped. This even if I set K95 to "robust"
  23. : mode.
  24. : I get the same result using Kermit for DOS on another machine, i.e. qwk
  25. : packets sent to me via kermit get corrupted in transit.
  26. : I do notice some oddness at the end of the d/l; it's as if the board isn't
  27. : sure the packet d/l has been completed. I don't see this using zmodem.
  28. The Wildcat Kermit implementation has had this bug for years; I guess it
  29. still has it.  For an explanation see Section 4.22 of:
  30.  
  31.   ftp://kermit.columbia.edu/kermit/test/text/ckermit2.txt
  32.  
  33. (in particular, section 4.22.3).  The workaround described there is available
  34. so far only in C-Kermit 7.0; the real solution, of course, is for Wildcat to
  35. fix the bug.
  36.  
  37. But if you want fast and accurate Kermit files transfer, I'd recommend you
  38. install a real Kermit program as the external Kermit protocol on your BBS.
  39. For some hints (regarding DOS-based BBSs), see:
  40.  
  41.   http://www.columbia.edu/kermit/newsn6.html#bbs
  42.  
  43. - Frank